home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / GWMALLOC.ZIP;1 / GWMALLOC.TAR / gw_malloc / Manifest < prev    next >
Encoding:
Text File  |  1993-04-08  |  2.5 KB  |  92 lines

  1. -------------------------------------------------------------------------------
  2. $Id: Manifest,v 1.13 1993/04/05 01:28:47 gray Exp $
  3. -------------------------------------------------------------------------------
  4. Description of the files in the malloc package.
  5.  
  6. COPYING-LIB        The famous GNU Library Public License.
  7.  
  8. Changelog        Change log entries detailing major module
  9.             changes.
  10.  
  11. Makefile.in        Used by configure to create the Makefile.
  12.  
  13. Manifest        This file.
  14.  
  15. NOTES            General Notes of the malloc routines and
  16.             associated algorithms.
  17.  
  18. README            Quick startup notes.
  19.  
  20. TTD            Things To Do list.  It only gets longer and
  21.             longer.
  22.  
  23. chunk.[ch]        Lower level allocation routines.  This is the
  24.             meat of the allocation algorithms.  Manages
  25.             and debugs the administration structures of
  26.             the heap.  Too large!
  27.  
  28. chunk_loc.h        Local defines specific to the chunk routines
  29.             only.
  30.  
  31. compat.[ch]        System compatibility routines if missing
  32.             functionality.
  33.  
  34. conf.h.in        Used by configure to create the conf.h
  35.             configurations.
  36.  
  37. configure        Configure script.
  38.  
  39. configure.in        Used by autoconf to create the configure
  40.             script.
  41.  
  42. dbg_tokens.h        Tokens that correspond to debugging
  43.             functionality.
  44.  
  45. dbg_values.h        Values corresponding to the debug tokens.
  46.  
  47. error.[ch]        Debugging routines and others that provide
  48.             user output.
  49.  
  50. error_str.h        Strings that correspond to malloc error codes.
  51.  
  52. error_val.h        General error codes for the malloc module.
  53.  
  54. heap.[ch]        Possibly machine specific routines for
  55.             allocating space on and manipulating the heap.
  56.  
  57. malloc.[ch]        Higher level alloc routines including malloc,
  58.             free, realloc, etc.  These are the routines to
  59.             be called from user space.
  60.  
  61. malloc.info        User-level gnu info manual file for the malloc
  62.             routines.  Suitable as a text manual also.
  63.  
  64. malloc.texi        Texinfo user manual for generating TeX or Info
  65.             formats.  This is not distributed normally to
  66.             conserve space.  Let me know if you want a
  67.             copy.
  68.  
  69. malloc_dbg.c        Program that assists in the setting of the
  70.             MALLOC_DEBUG and other debug environmental
  71.             variables.
  72.  
  73. malloc_loc.h        Local defines for all of the malloc routines.
  74.  
  75. malloc_lp.[ch]        Leap-frog routines to provide file/line info
  76.             to lib.
  77.  
  78. malloc_str.[ch]        Malloc string routines for string testing.
  79.  
  80. malloc_t.c        Meager test program for testing the malloc
  81.             routines.
  82.  
  83. mallocrc        Sample RC file that is used to set the debug
  84.             flags.
  85.  
  86. sample.c        A sample file to demonstrate the usage of the
  87.             library.
  88.  
  89. version.h        Version number for the library.
  90.  
  91. -------------------------------------------------------------------------------
  92.